projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1201685
)
Add gpspilot vecs.
author
robertl
<robertl>
Sat, 17 Aug 2002 06:18:34 +0000
(06:18 +0000)
committer
robertl
<robertl>
Sat, 17 Aug 2002 06:18:34 +0000
(06:18 +0000)
vecs.c
patch
|
blob
|
history
diff --git
a/vecs.c
b/vecs.c
index 3669d428193c0a261faf7b20fbcd3fcc9eb62d42..e415193ae2d9a9afb3e0f478ab1e5ecc56cf71c9 100644
(file)
--- a/
vecs.c
+++ b/
vecs.c
@@
-39,6
+39,7
@@
extern ff_vecs_t tiger_vecs;
extern ff_vecs_t pcx_vecs;
extern ff_vecs_t csv_vecs;
extern ff_vecs_t cetus_vecs;
+extern ff_vecs_t gpspilot_vecs;
static
vecs_t vec_list[] = {
@@
-97,6
+98,11
@@
vecs_t vec_list[] = {
"cetus",
"Cetus for Palm/OS"
},
+ {
+ &gpspilot_vecs,
+ "gpspilot",
+ "GPSPilot Tracker for Palm/OS"
+ },
{
NULL,
NULL,